Add doc for unicsv options 'datum' and 'grid'.
authoroliskoli <oliskoli>
Mon, 2 Jul 2007 19:23:18 +0000 (19:23 +0000)
committeroliskoli <oliskoli>
Mon, 2 Jul 2007 19:23:18 +0000 (19:23 +0000)
xmldoc/formats/options/unicsv-datum.xml [new file with mode: 0644]
xmldoc/formats/options/unicsv-grid.xml [new file with mode: 0644]

diff --git a/xmldoc/formats/options/unicsv-datum.xml b/xmldoc/formats/options/unicsv-datum.xml
new file mode 100644 (file)
index 0000000..b4d56af
--- /dev/null
@@ -0,0 +1,4 @@
+<para>
+   This option specifies the datum to be used on output. Valid values for this 
+   option are listed in <xref linkend="Datums" />.
+</para>
diff --git a/xmldoc/formats/options/unicsv-grid.xml b/xmldoc/formats/options/unicsv-grid.xml
new file mode 100644 (file)
index 0000000..7d6cab0
--- /dev/null
@@ -0,0 +1,8 @@
+<para>
+   This value specifies the grid to be used on write. It is similar to
+   the grid option of garmin_txt (see <xref linkend="garmin_grid" />). The only difference is that unicsv does not
+   write a degree sign (°) into the output file.
+</para>
+<para>
+   Without this option unicsv writes the coordinates as simple numbers like in the samples above.
+</para>